Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 24, 2024
1 parent b1f5f6c commit 2062da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glass/src/lib/native/cpp/DataSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#include <string>

#include <fmt/format.h>
#include <imgui.h>

#include "glass/ContextInternal.h"
#include "imgui.h"

using namespace glass;

Expand Down
2 changes: 1 addition & 1 deletion glass/src/lib/native/include/glass/DataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <utility>

#include <imgui.h>
#include <wpi/SmallVector.h>
#include <wpi/Signal.h>
#include <wpi/SmallVector.h>
#include <wpi/spinlock.h>

namespace glass {
Expand Down

0 comments on commit 2062da0

Please sign in to comment.