From 12d1101d716167c5ee5b3256cdf77bea1696c185 Mon Sep 17 00:00:00 2001 From: Neil <weili.wang@highsoft.ltd> Date: Fri, 10 Mar 2023 11:43:33 +0800 Subject: [PATCH] fix: #796 style of default_project.dart --- lib/core/default_project.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/default_project.dart b/lib/core/default_project.dart index 7b3bfc0a4..b89657f2d 100644 --- a/lib/core/default_project.dart +++ b/lib/core/default_project.dart @@ -1,9 +1,7 @@ class DefaultProject { - static const int projectId = 59853; static const String name = "æžç‹ GitLab App"; static const String relativePath = "ultimate-plan/jihu-gitlab-app/jihu-gitlab-app"; static const int groupId = 88966; static const String destinationHost = "https://jihulab.com"; - } -- GitLab