Skip to content

Commit 80f4992

Browse files
committed
fix: Retain comma at end of list
1 parent 03b853e commit 80f4992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.playeveryware.eos/Runtime/Core/Config/Attributes/ConfigFieldType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public enum ConfigFieldType
7777
/// to take place when the button is pressed, which allows injection of
7878
/// arbitrary functionality within a ConfigEditor.
7979
/// </summary>
80-
Button
80+
Button,
8181
}
8282

8383
}

0 commit comments

Comments
 (0)