fixed formatting

This commit is contained in:
Abubakar Abid 2022-02-28 08:07:54 -05:00
parent b0439c16b9
commit 8cb7025608
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ if [ -z "$(ls | grep CONTRIBUTING.md)" ]; then
else
echo "Formatting frontend with prettier, also type checking with TypeScript"
cd ui
pnpm i
pnpm format:write
pnpm ts:check
fi

View File

@ -54,7 +54,7 @@ class TestStartServer(unittest.TestCase):
io.show_error = True
io.flagging_callback.setup(io.flagging_dir)
io.auth = None
port = networking.get_first_available_port(
networking.INITIAL_PORT_VALUE,
networking.INITIAL_PORT_VALUE + networking.TRY_NUM_PORTS,