HackStudio: Run clang-format

This commit is contained in:
Andreas Kling 2020-11-03 13:40:24 +01:00
commit 6913e2ab99
Notes: sideshowbarker 2024-07-19 01:34:32 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -38,10 +38,10 @@
#include "Locator.h"
#include "Project.h"
#include "TerminalWrapper.h"
#include <LibGUI/ScrollBar.h>
#include <LibGUI/Splitter.h>
#include <LibGUI/Widget.h>
#include <LibThread/Thread.h>
#include <LibGUI/ScrollBar.h>
namespace HackStudio {