Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Apr 17, 2024
1 parent f84b0eb commit 19a517e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mavextra/mymavextra.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ window.named = (NAMED_VALUE_FLOAT, key) => {
return null
}

// eslint-disable-next-line camelcase
window.angle_diff = (angle1, angle2) => {
let ret = angle1 - angle2
if (ret > 180) {
Expand Down

0 comments on commit 19a517e

Please sign in to comment.