Skip to content

Commit

Permalink
Remove extra semi colon from dyno/cpp/server/parsing/util.h
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D51995090
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 13, 2023
1 parent c654d72 commit eb3d00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/fs/fuse/FuseChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ TraceDetailedArgumentsHandle FuseChannel::traceDetailedArguments() const {
});
traceDetailedArguments_->fetch_add(1, std::memory_order_acq_rel);
return handle;
};
}

void FuseChannel::requestSessionExit(StopReason reason) {
requestSessionExit(state_.wlock(), reason);
Expand Down

0 comments on commit eb3d00d

Please sign in to comment.