Remove trailing newline

This commit is contained in:
Kampfkarren 2022-07-27 18:46:55 -07:00
parent 6e97add1ee
commit 186bfb1342

View file

@ -1192,7 +1192,6 @@ struct AstJsonEncoder : public AstVisitor
write("location", comment.location);
popComma(c);
writeRaw("}");
}
}
};