Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Oct 25, 2024
1 parent c1a3350 commit aec431a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import software.amazon.smithy.codegen.core.SymbolWriter;

public final class SmokeTestsCMakeWriter extends SymbolWriter<SmokeTestsCMakeWriter, CppImportContainer>{
private String folderNamespace;
private final String folderNamespace;
//protected CppBlockWriter blockWriter;
public SmokeTestsCMakeWriter(String namespace) {
super(new CppImportContainer(namespace));
Expand Down

0 comments on commit aec431a

Please sign in to comment.