Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 committed Feb 1, 2023
1 parent 89324e6 commit 000c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/context/org.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
if ctx.Org.Organization == nil {
GetOrganizationByParams(ctx)
if ctx.Written() {
return
return
}
}

Expand Down

0 comments on commit 000c193

Please sign in to comment.