Skip to content

Commit

Permalink
chore: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Mar 21, 2024
1 parent 712d394 commit 8e463df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export default (options = {}) => tree => {
return new Promise((resolve, reject) => {
try {
// do something async

// finally, resolve the promise by returning the tree
resolve(tree)
resolve(tree)
} catch (error) {
reject(error)
}
Expand Down

0 comments on commit 8e463df

Please sign in to comment.