Skip to content

Commit

Permalink
put new line at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
isfopo committed Jul 11, 2024
1 parent 80ed95c commit d137feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnvironmentTreeviewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class EnvironmentTreeviewProvider
await vscode.workspace.fs.readFile(element.uri)
);

content = content + `\n${key}="${value}"`;
content += `${key}="${value}"\n`;

vscode.workspace.fs.writeFile(
element.uri,
Expand Down

0 comments on commit d137feb

Please sign in to comment.