DB010 incorrectly reformats record comments
A comment like
# A record comment
record(*, PV) {
...
}
is incorrectly reformatted into
# A record comment
record(*, PV) {
...
}
A comment like
# A record comment
record(*, PV) {
...
}
is incorrectly reformatted into
# A record comment
record(*, PV) {
...
}