Skip to content

Commit b2f4b12

Browse files
fix: whitespace
1 parent 3d7bfdb commit b2f4b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

igneous_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,13 +1644,13 @@ def memory_used(data_width, shape, factor):
16441644
memory_bytes *= constant / (constant - 1)
16451645

16461646
return memory_bytes
1647+
16471648
@main.command("view")
16481649
@click.argument("path", type=CloudPath())
16491650
@click.option('--browser/--no-browser', default=True, is_flag=True, help="Open the dataset in the system's default web browser.")
16501651
@click.option('--port', default=1337, help="localhost server port for the file server.", show_default=True)
16511652
@click.option('--ng', default="https://neuroglancer-demo.appspot.com/", help="Alternative Neuroglancer webpage to use.", show_default=True)
16521653
@click.option('--pos', type=Tuple3(), default=None, help="Position in volume to open to.", show_default=True)
1653-
16541654
def view(path, browser, port, ng, pos):
16551655
"""
16561656
Open an on-disk dataset for viewing in neuroglancer.

0 commit comments

Comments
 (0)