Skip to content

Commit 000c193

Browse files
committed
fix fmt
1 parent 89324e6 commit 000c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/context/org.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
105105
if ctx.Org.Organization == nil {
106106
GetOrganizationByParams(ctx)
107107
if ctx.Written() {
108-
return
108+
return
109109
}
110110
}
111111

0 commit comments

Comments
 (0)