Skip to content

Commit

Permalink
Run wpiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Sep 20, 2024
1 parent 092be84 commit 74c6804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntcore/src/main/native/include/net/TimeSyncClientServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TimeSyncServer {

public:
explicit TimeSyncServer(int port = 5810,
std::function<uint64_t()> timeProvider = nt::Now);
std::function<uint64_t()> timeProvider = nt::Now);

/**
* Start listening for pings
Expand Down

0 comments on commit 74c6804

Please sign in to comment.