Skip to content

Commit

Permalink
Fix whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomona committed Jul 30, 2023
1 parent 24ee4b8 commit 66ec0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Connection {
);
#endif

friend RemoteCmd;
friend RemoteCmd;
const ServerFeatures& getServerFeatureFlags() {
return m_ServerFeatures;
}
Expand Down

0 comments on commit 66ec0a0

Please sign in to comment.