Skip to content

Commit

Permalink
fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeuSCaNoN authored and The-EDev committed May 14, 2022
1 parent 182b1ba commit dc988ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crow/websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ namespace crow
close_connection_ = true;
adaptor_.close();
if (error_handler_)
error_handler_(*this);
error_handler_(*this);
check_destroy();
}
else if (has_mask_)
Expand Down

0 comments on commit dc988ce

Please sign in to comment.