mirror of
https://github.com/kp2pml30/git-third-party.git
synced 2026-02-16 23:54:41 +04:00
fix newline
This commit is contained in:
parent
da78efda62
commit
9ba7b15eee
1 changed files with 1 additions and 0 deletions
|
|
@ -166,3 +166,4 @@ except GitThirdPartyException as e:
|
||||||
import json
|
import json
|
||||||
with open(config_path, 'wt') as f:
|
with open(config_path, 'wt') as f:
|
||||||
json.dump(config, f, indent='\t')
|
json.dump(config, f, indent='\t')
|
||||||
|
f.write('\n')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue