Skip to content

Commit

Permalink
Remove extra trailing newlines at EOF (sonic-net#9)
Browse files Browse the repository at this point in the history
Files now end with a single newline.
  • Loading branch information
jleveque authored and Shuotian Cheng committed Jul 14, 2017
1 parent d68c286 commit a94b80c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sonic-ledd/scripts/ledd
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,3 @@ def main():

if __name__ == '__main__':
main()

1 change: 0 additions & 1 deletion sonic-ledd/sonic_led/led_control_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ def port_link_state_change(self, port, state):
:param state: A string, the port link state (either "up" or "down")
"""
return

0 comments on commit a94b80c

Please sign in to comment.