Skip to content

Commit 93b2d38

Browse files
committed
lint
1 parent 21eab5f commit 93b2d38

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

cli/templates.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ package cli
33
import (
44
"time"
55

6-
"github.com/coder/pretty"
76
"github.com/google/uuid"
87
"golang.org/x/xerrors"
98

9+
"github.com/coder/pretty"
10+
1011
"github.com/coder/coder/v2/cli/clibase"
1112
"github.com/coder/coder/v2/cli/cliui"
1213
"github.com/coder/coder/v2/codersdk"

cli/templateversionarchive.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import (
66
"strings"
77
"time"
88

9-
"github.com/coder/pretty"
109
"golang.org/x/xerrors"
1110

11+
"github.com/coder/pretty"
12+
1213
"github.com/coder/coder/v2/cli/clibase"
1314
"github.com/coder/coder/v2/cli/cliui"
1415
"github.com/coder/coder/v2/codersdk"

cli/templateversions.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ import (
55
"strings"
66
"time"
77

8-
"github.com/coder/pretty"
98
"github.com/google/uuid"
109
"golang.org/x/xerrors"
1110

11+
"github.com/coder/pretty"
12+
1213
"github.com/coder/coder/v2/cli/clibase"
1314
"github.com/coder/coder/v2/cli/cliui"
1415
"github.com/coder/coder/v2/codersdk"

site/build/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/src/pages/WorkspacesPage/WorkspaceHelpTooltip.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ const Language = {
1313
workspaceTooltipText:
1414
"A workspace is your development environment in the cloud. It includes the infrastructure and tools you need to work on your project.",
1515
workspaceTooltipLink1: "Create Workspaces",
16-
<<<<<<< HEAD:site/src/components/Tooltips/WorkspaceHelpTooltip.tsx
17-
workspaceTooltipLink2: "Editors and IDEs",
18-
}
19-
=======
2016
workspaceTooltipLink2: "Connect with SSH",
2117
workspaceTooltipLink3: "Editors and IDEs",
2218
};
23-
>>>>>>> main:site/src/pages/WorkspacesPage/WorkspaceHelpTooltip.tsx
2419

2520
export const WorkspaceHelpTooltip: FC = () => {
2621
return (

0 commit comments

Comments
 (0)