Skip to content

Commit df7ba9e

Browse files
Checkpoint before follow-up message
Co-authored-by: sindharta.tanuwijaya <sindharta.tanuwijaya@unity3d.com>
1 parent 9c8ed8f commit df7ba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.toon-graphics-test/Editor/ShaderGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void AppendPropertyLine(string trimmedLine, bool allowOverride)
231231
}
232232
}
233233

234-
newProperties.Add($"{baseIndent}}");
234+
newProperties.Add(baseIndent + "}");
235235

236236
Debug.Log($"Generated Properties block with {propertyCount} properties");
237237

0 commit comments

Comments
 (0)