From cb258a969ba957537c8d44537a5ff2ca72eba220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ibrahim=20Numanagic=CC=81?= Date: Tue, 9 Nov 2021 03:48:31 -0800 Subject: [PATCH] Format --- codon/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codon/app/main.cpp b/codon/app/main.cpp index 072bae4b..d4667c8d 100644 --- a/codon/app/main.cpp +++ b/codon/app/main.cpp @@ -287,7 +287,7 @@ int startJupyterKernel(const std::string &argv0, const std::string &configPath); int jupyterMode(const std::vector &args) { #ifdef CODON_JUPYTER int code = codon::startJupyterKernel(args[0], args.size() > 1 ? std::string(args[1]) - : "connection.json"); + : "connection.json"); return code; #else fmt::eprint("Jupyter support not included. Please recompile with "