We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7526c02 commit 44427f1Copy full SHA for 44427f1
1 file changed
lib/gamemode.rb
@@ -113,7 +113,7 @@ def constructor_body
113
"m_pExtraColumns = nullptr; // new C#{@controller.name}Columns();",
114
'm_pSqlStats->SetExtraColumns(m_pExtraColumns);',
115
'm_pSqlStats->CreateTable(m_pStatsTable);'
116
- ].map { |m| "\t#{m}" }.join("\n")
+ ].map { |m| m == "" ? "" : "\t#{m}" }.join("\n")
117
end
118
119
def include_guard_open
0 commit comments