diff --git a/tools/snippets b/tools/snippets index 46ab8870..15c70c3c 100755 --- a/tools/snippets +++ b/tools/snippets @@ -661,8 +661,9 @@ def make_prefab() -> None: if machine == 'x86_64': base = 'linux' else: - raise RuntimeError(f'make_prefab: unsupported linux machine type:' - f' {machine}.') + raise RuntimeError( + f'make_prefab: unsupported linux machine type:' + f' {machine}.') else: raise RuntimeError(f'make_prefab: unrecognized platform:' f' {platform.system()}.')