From 4fc527724f39100ec3bb23ea784f8f755dc8fde4 Mon Sep 17 00:00:00 2001 From: Tobias Hienzsch Date: Sun, 12 Jun 2022 03:11:11 +0200 Subject: [PATCH] Fix clang-tidy error --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index 3aa9e4b..8480935 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -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