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) {
...
}
mentioned in commit 15957dba
mentioned in merge request !5 (merged)
mentioned in commit 569bdff7
mentioned in commit 76d24077
mentioned in commit ea8e195c
mentioned in commit f34da3a5
Fixed on !5 (merged)
closed