Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colings86 committed May 2, 2019
1 parent a40a8ef commit e11684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static Version fromId(int id) {
return V_7_0_0;
case V_6_7_3_ID:
return V_6_7_3;
case V_6_7_1_ID:
case V_6_7_1_ID:
return V_6_7_1;
case V_6_7_2_ID:
return V_6_7_2;
Expand Down

0 comments on commit e11684e

Please sign in to comment.