diff --git a/scripts/docs/generate/commands.dart b/scripts/docs/generate/commands.dart index 7bdc440..0ca0774 100644 --- a/scripts/docs/generate/commands.dart +++ b/scripts/docs/generate/commands.dart @@ -62,9 +62,7 @@ Future _recursiveDocsGenerate({ ..writeln(); } else { buffer - ..writeln( - "### [${command.name}](commands_$noSpaceCommandName.md)", - ) + ..writeln("### [${command.name}](commands_$noSpaceCommandName.md)") ..writeln(); }