Fixed missing newline

pull/4732/head
Daniel Mensinger 6 years ago
parent 7ec609425a
commit b82cbbdd4c
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 2
      mesonbuild/mintro.py

@ -633,4 +633,4 @@ def write_meson_info_file(builddata: build.Build, errors: list, build_files_upda
with open(tmp_file, 'w') as fp:
json.dump(info_data, fp)
fp.flush()
os.replace(tmp_file, info_file)
os.replace(tmp_file, info_file)

Loading…
Cancel
Save