1 // =================================
 2 // Copyright (c) 2020 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <sngcpp/ast/SourceCodeWriter.hpp>
 7 
 8 namespace sngcpp { namespace ast {
 9 
10 SourceCodeWriter::~SourceCodeWriter()
11 {
12 }
13 
14 } } // namespace sngcpp::ast