Skip to content

Commit

Permalink
Fix broken whitespace in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailBuccaneer authored Jul 24, 2018
1 parent 4dfacb7 commit 5d0e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json2cmake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def resolve(path):
def write(self, output, directory=None, name='autogenerated'):
output.write('cmake_minimum_required(VERSION 2.8.8)\n')
output.write('project({})\n\n'.format(name))

used_names = {""}
disallowed_characters = re.compile("[^A-Za-z0-9_.+\-]")

Expand Down

0 comments on commit 5d0e59b

Please sign in to comment.