Skip to content

Commit

Permalink
Fix unformatted file
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Ronquillo <[email protected]>
  • Loading branch information
tammy-young authored and katronquillo committed Jul 2, 2024
1 parent be140a3 commit 2817806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/v1beta1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ type WorkspaceParameters struct {

// Boolean value to indicate CLI logging of terraform execution is enabled or not
// +optional
EnableTerraformCLILogging bool `json:"enableTerraformCLILogging,omitempty"`
EnableTerraformCLILogging bool `json:"enableTerraformCLILogging,omitempty"`
}

// WorkspaceObservation are the observable fields of a Workspace.
Expand Down

0 comments on commit 2817806

Please sign in to comment.