Skip to content

Commit

Permalink
[re-indent] (modles/note) Re-indent code
Browse files Browse the repository at this point in the history
  • Loading branch information
y2k-shubham committed Apr 17, 2020
1 parent 52c90cd commit 0df538a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions models/note.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,9 @@ func (db *DB) DeleteNotes(notebookName string, noteIds ...uint64) error {
if err := tx.Commit(); err != nil {
return err
}

return err
}

return err
}

/**
* Retreives note with a given id
Expand Down

0 comments on commit 0df538a

Please sign in to comment.