Skip to content

Commit

Permalink
Added the whitespace around the standard libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisyslau committed Mar 12, 2025
1 parent 3704c15 commit d0f6898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions catkit_core/LoggingProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "TestbedProxy.h"

#include <string>

class LoggingProxy
{
public:
Expand Down
1 change: 1 addition & 0 deletions catkit_core/Types.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "Types.h"

#include <string>

void ToProto(const Value &value, catkit_proto::Value *proto_value)
Expand Down

0 comments on commit d0f6898

Please sign in to comment.