Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Forgot another newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyr20 committed Apr 9, 2024
1 parent a4fab65 commit 7b1ae2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Services/OpenAtmosService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public async Task<string> Get(Guid tag_mechanism_uuid)
JSON += " }, \n";
}
JSON = JSON.Remove(JSON.LastIndexOf(','));
JSON += "\n";

JSON += " ],\n" +
" \"phases\": [ \n" +
Expand Down

0 comments on commit 7b1ae2f

Please sign in to comment.