Skip to content

Commit

Permalink
fix: goimports check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsoj committed Oct 6, 2024
1 parent e44487a commit b428018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/router/api/v1/workspace_setting_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func convertWorkspaceMemoRelatedSettingFromStore(setting *storepb.WorkspaceMemoR
EnableLinkPreview: setting.EnableLinkPreview,
EnableComment: setting.EnableComment,
EnableLocation: setting.EnableLocation,
MemoVisibility: setting.MemoVisibility,
MemoVisibility: setting.MemoVisibility,
}
}

Expand All @@ -249,6 +249,6 @@ func convertWorkspaceMemoRelatedSettingToStore(setting *v1pb.WorkspaceMemoRelate
EnableLinkPreview: setting.EnableLinkPreview,
EnableComment: setting.EnableComment,
EnableLocation: setting.EnableLocation,
MemoVisibility: setting.MemoVisibility,
MemoVisibility: setting.MemoVisibility,
}
}

0 comments on commit b428018

Please sign in to comment.