Skip to content

Commit 1ebfe1d

Browse files
authored
Addresses indentation xcvrd.py
1 parent 6172c5e commit 1ebfe1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-xcvrd/xcvrd/xcvrd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def config_laser_frequency_validate(self, api, lport, freq, grid=75):
12051205
if chan % 3 != 0:
12061206
self.log_error("{} configured freq:{} GHz is NOT in 75GHz grid".format(lport, freq))
12071207
return False
1208-
elif grid == 100:
1208+
elif grid == 100:
12091209
if (supported_grid >> 5) & 0x1 != 1:
12101210
self.log_error("{} 100GHz is not supported".format(lport))
12111211
return False

0 commit comments

Comments
 (0)