mirror of
https://github.com/mue/mue.git
synced 2026-07-26 02:01:19 +02:00
style: make comments consistent by placing them on their own line
This commit is contained in:
@@ -32,8 +32,9 @@ export default class DateWidget extends React.PureComponent {
|
||||
day = dateYear;
|
||||
year = dateDay;
|
||||
break;
|
||||
// DMY
|
||||
default:
|
||||
break; // DMY
|
||||
break;
|
||||
}
|
||||
|
||||
let format;
|
||||
|
||||
Reference in New Issue
Block a user