Skip to content

Commit

Permalink
tsp, apiview properties, add ending newline (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Apr 19, 2024
1 parent 0327410 commit 87b187a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private static void handleDPG(CodeModel codeModel, EmitterOptions emitterOptions
}
sb.append(" \"").append(key).append("\": \"").append(value).append("\"");
});
sb.append("\n }\n}");
sb.append("\n }\n}\n");

typeSpecPlugin.writeFile("src/main/resources/META-INF/" + artifactId + "_apiview_properties.json", sb.toString(), null);
}
Expand Down

0 comments on commit 87b187a

Please sign in to comment.