Skip to content

Commit

Permalink
fix: formatting fail
Browse files Browse the repository at this point in the history
  • Loading branch information
codedwrench committed Jan 12, 2024
1 parent 96f8217 commit 5f2fd8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/UserInterface/AboutWindow.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Copyright (c) 2021 [Rick de Bondt] - AboutWindow.cpp */
#include <algorithm>

#include "UserInterface/AboutWindow.h"

#include <algorithm>

#include "UserInterface/Button.h"
#include "UserInterface/DefaultElements.h"

Expand Down
4 changes: 2 additions & 2 deletions Sources/UserInterface/HUDWindow.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Copyright (c) 2021 [Rick de Bondt] - HUDWindow.cpp */
#include <algorithm>

#include "UserInterface/HUDWindow.h"

#include <algorithm>

#include "UserInterface/Button.h"
#include "UserInterface/CheckBox.h"
#include "UserInterface/DefaultElements.h"
Expand Down

0 comments on commit 5f2fd8c

Please sign in to comment.