Skip to content

Commit

Permalink
remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Oct 28, 2024
1 parent 3ccc03b commit 25ee328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/org/elasticsearch/TransportVersions.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ static TransportVersion def(int id) {
public static final TransportVersion INTRODUCE_ALL_APPLICABLE_SELECTOR = def(8_778_00_0);
public static final TransportVersion INDEX_MODE_LOOKUP = def(8_779_00_0);
public static final TransportVersion INDEX_REQUEST_REMOVE_METERING = def(8_780_00_0);
public static final TransportVersion CPU_STAT_STRING_PARSING = def(8_781_00_0);
public static final TransportVersion ROLE_MONITOR_STATS = def(8_782_00_0);
public static final TransportVersion CPU_STAT_STRING_PARSING = def(8_781_00_0);
public static final TransportVersion ROLE_MONITOR_STATS = def(8_782_00_0);

/*
* STOP! READ THIS FIRST! No, really,
Expand Down

0 comments on commit 25ee328

Please sign in to comment.