Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pford committed Jun 7, 2024
1 parent 392d41b commit 28b89f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageGenerators/PvGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace carta {

class PvGenerator {
public:
enum PositionAxisType {OFFSET, DISTANCE};
enum PositionAxisType { OFFSET, DISTANCE };

PvGenerator();
~PvGenerator() = default;
Expand Down

0 comments on commit 28b89f0

Please sign in to comment.