Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 07f0b92 commit fc623a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wpiutil/src/main/native/cpp/FileLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// the WPILib BSD license file in the root directory of this project.

#include "wpi/FileLogger.h"
#include "fmt/format.h"

#ifdef __linux__
#include <fcntl.h>
Expand All @@ -17,6 +16,8 @@
#include <tuple>
#include <utility>

#include <fmt/format.h>

#include "wpi/StringExtras.h"

namespace wpi {
Expand Down

0 comments on commit fc623a1

Please sign in to comment.