Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 23, 2023
1 parent 0838290 commit 45e3f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wpiutil/src/test/native/cpp/DataLogTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

#include "wpi/DataLog.h"

#include <gtest/gtest.h>

TEST(DataLog, SimpleInt) {
#include "wpi/DataLog.h"

TEST(DataLogTest, SimpleInt) {
std::vector<uint8_t> data;
{
wpi::log::DataLog log{
Expand Down

0 comments on commit 45e3f62

Please sign in to comment.