Skip to content

Commit 5730aa2

Browse files
jaydeepkumar1984jaydeep1984
authored andcommitted
code formatting for StreamOperation.java
1 parent 6002387 commit 5730aa2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/java/org/apache/cassandra/streaming/StreamOperation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public enum StreamOperation
2828
BULK_LOAD("Bulk Load", true, false),
2929
REPAIR("Repair", true, false);
3030

31-
3231
private final String description;
3332
private final boolean requiresViewBuild;
3433
private final boolean keepSSTableLevel;

0 commit comments

Comments
 (0)