Skip to content

Commit

Permalink
Fix Travis Build Error (smogon#744)
Browse files Browse the repository at this point in the history
- Expected indentation of 3 tab characters but found 4
  • Loading branch information
Bryan-0 authored and SaintCoke committed Jul 17, 2016
1 parent 7dd0cde commit f12adbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -15553,14 +15553,14 @@ var BattleMoveAnims = {
}, 'swing');
defender.anim({
time: 75
}, 'swing');
}, 'swing');
defender.anim({
z: defender.behind(5),
time: 75
}, 'swing');
defender.anim({
time: 150
}, 'swing');
}, 'swing');
}
},
airslash: {
Expand Down

0 comments on commit f12adbb

Please sign in to comment.