Skip to content

Commit

Permalink
service: remove extraneous space in #pragma once
Browse files Browse the repository at this point in the history
to be more consistent with the rest of the tree.

Signed-off-by: Kefu Chai <[email protected]>

Closes scylladb#21188
  • Loading branch information
tchaikov authored and avikivity committed Oct 20, 2024
1 parent c3be248 commit d28d64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/cache_hitrate_calculator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

#pragma once
#pragma once

#include "replica/database_fwd.hh"
#include "schema/schema_fwd.hh"
Expand Down
2 changes: 1 addition & 1 deletion service/load_meter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

#pragma once
#pragma once

#include <seastar/core/shared_ptr.hh>
#include <seastar/core/distributed.hh>
Expand Down

0 comments on commit d28d64f

Please sign in to comment.