Skip to content

Commit cb44c78

Browse files
committed
cluster_SUITE: Fix a style issue
1 parent 4aa93e2 commit cb44c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cluster_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ can_restart_nodes_in_a_three_node_cluster(Config) ->
939939
lists:foreach(
940940
fun(Node) ->
941941
Options = case Node of
942-
LeaderNode -> #{};
942+
LeaderNode -> #{};
943943
FollowerNode -> #{};
944944
_ -> #{favor => consistency}
945945
end,

0 commit comments

Comments
 (0)