Skip to content

Commit 35bfee1

Browse files
committed
fix: missing semicolon
1 parent 39f8b73 commit 35bfee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Imperial-March/Imperial-March.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void loop() {
1414
int csharp = 277;
1515
int d = 293;
1616
int dsharp = 311;
17-
int e = 329
17+
int e = 329;
1818
int f = 349;
1919
int fsharp = 370;
2020
int g = 392;

0 commit comments

Comments
 (0)