Skip to content

Commit

Permalink
Fix clang-tidy error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jun 12, 2022
1 parent ffe80d8 commit 4fc5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ struct GuiAppApplication final : public juce::JUCEApplication
};

// This macro generates the main() routine that launches the app.
START_JUCE_APPLICATION(GuiAppApplication)
START_JUCE_APPLICATION(GuiAppApplication) // NOLINT

0 comments on commit 4fc5277

Please sign in to comment.