Skip to content

Commit c9921fc

Browse files
committed
lint
1 parent 0531bd3 commit c9921fc

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

cli/root_internal_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,4 @@ func Test_checkVersions(t *testing.T) {
179179
expectedOutput := fmt.Sprintln(pretty.Sprint(cliui.DefaultStyles.Warn, fmtOutput))
180180
require.Equal(t, expectedOutput, buf.String())
181181
})
182-
183182
}

docs/cli/server.md

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/api/typesGenerated.ts

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ export const MockBuildInfo: TypesGen.BuildInfoResponse = {
199199
version: "v99.999.9999+c9cdf14",
200200
dashboard_url: "https:///mock-url",
201201
workspace_proxy: false,
202+
upgrade_message: "My custom upgrade message",
202203
};
203204

204205
export const MockSupportLinks: TypesGen.LinkConfig[] = [

0 commit comments

Comments
 (0)