Skip to content

Commit 720c194

Browse files
committed
fix: remove semicolons
1 parent 57311c8 commit 720c194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/hydro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ module.exports = class Hydro {
9393
hydroText: res.statusText
9494
})
9595

96-
throw err;
96+
throw err
9797
}
9898

99-
return res;
99+
return res
100100
}
101101
}

0 commit comments

Comments
 (0)