Skip to content

Commit c141d22

Browse files
committed
remove spurious withespace
1 parent cf861a8 commit c141d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16139,7 +16139,7 @@ def _intellij_native_projects(s, module_files_only, declared_modules, modulesXml
1613916139
declared_modules.add(p.name)
1614016140
moduleFilePath = "$PROJECT_DIR$/" + os.path.relpath(moduleFile, s.dir)
1614116141
modulesXml.element('module', attributes={'fileurl': 'file://' + moduleFilePath, 'filepath': moduleFilePath})
16142-
16142+
1614316143

1614416144
def dir_contains_files_recursively(directory, file_pattern):
1614516145
for file_name in os.listdir(directory):

0 commit comments

Comments
 (0)