format static method
void
format()
Implementation
static void format() {
if (!exists(join(current, 'melos.yaml'))) {
init();
}
'melos run format'.run;
}
static void format() {
if (!exists(join(current, 'melos.yaml'))) {
init();
}
'melos run format'.run;
}