style: make comments consistent by placing them on their own line

This commit is contained in:
Wessel Tip
2021-03-17 15:41:50 +01:00
parent 895973e95b
commit 67562c7297
18 changed files with 93 additions and 49 deletions

View File

@@ -32,8 +32,9 @@ export default class DateWidget extends React.PureComponent {
day = dateYear;
year = dateDay;
break;
// DMY
default:
break; // DMY
break;
}
let format;