Skip to content

Commit

Permalink
add a couple newlines to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 15, 2018
1 parent 2aa1a5f commit 2ef7bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import c_greet
import cpp_greet


def hello():
return '\n'.join([
c_greet.c_greet(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

from __future__ import absolute_import, division, print_function, unicode_literals


def hello():
return 'Hello, world!'

0 comments on commit 2ef7bf7

Please sign in to comment.