Skip to content

Commit 02d52d9

Browse files
committed
Added missing semicolon
1 parent b0c4ade commit 02d52d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/code/Apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace Pinetime {
5858
public:
5959
MyApp(DisplayApp* app);
6060
~MyApp() override;
61-
}
61+
};
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)