From 358547e1142027ee7bc77c737a0ebbed87ec8d40 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Fri, 8 Oct 2021 12:21:47 -0700 Subject: [PATCH] remove semicolon old-commit-hash: 52cd06aa62a5bfc6bd6d363381f7df608cdd4a4d --- selfdrive/ui/installer/installer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/installer/installer.cc b/selfdrive/ui/installer/installer.cc index 25bb5c68b4..85eb9191f8 100644 --- a/selfdrive/ui/installer/installer.cc +++ b/selfdrive/ui/installer/installer.cc @@ -18,7 +18,7 @@ std::string get_str(std::string const s) { std::string::size_type pos = s.find('?'); assert(pos != std::string::npos); return s.substr(0, pos); -}; +} // Leave some extra space for the fork installer const std::string GIT_URL = get_str("https://github.com/commaai/openpilot.git" "? ");