Skip to content

Commit 330fa5c

Browse files
theFongclaude
andcommitted
style: fix gofumpt formatting in workspace.go
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 58d0d7c commit 330fa5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/store/workspace.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ type LifeCycleScriptAttr struct {
4141

4242
// VMBuild holds VM-specific build configuration
4343
type VMBuild struct {
44-
ForceJupyterInstall bool `json:"forceJupyterInstall,omitempty"`
45-
LifeCycleScriptAttr *LifeCycleScriptAttr `json:"lifeCycleScriptAttr,omitempty"`
44+
ForceJupyterInstall bool `json:"forceJupyterInstall,omitempty"`
45+
LifeCycleScriptAttr *LifeCycleScriptAttr `json:"lifeCycleScriptAttr,omitempty"`
4646
}
4747

4848
type CreateWorkspacesOptions struct {

0 commit comments

Comments
 (0)