mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove trailing newline
This commit is contained in:
parent
6e97add1ee
commit
186bfb1342
1 changed files with 0 additions and 1 deletions
|
@ -1192,7 +1192,6 @@ struct AstJsonEncoder : public AstVisitor
|
||||||
write("location", comment.location);
|
write("location", comment.location);
|
||||||
popComma(c);
|
popComma(c);
|
||||||
writeRaw("}");
|
writeRaw("}");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue