Skip to content

Commit 8f1d884

Browse files
committed
Remove unnecessary blank line
1 parent b3ebe86 commit 8f1d884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/oauth2_application.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ func DeleteOAuth2Application(id, userid int64) error {
265265
if err := sess.Begin(); err != nil {
266266
return err
267267
}
268-
269268
if err := deleteOAuth2Application(sess, id, userid); err != nil {
270269
return err
271270
}

0 commit comments

Comments
 (0)