Skip to content

Commit

Permalink
Fix typescript syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jul 13, 2018
1 parent d54c4cc commit 54ddfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/key_codes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ declare module '@elastic/eui' {
UP = 38,
LEFT = 37,
RIGHT = 39,
};
}
}
}

0 comments on commit 54ddfb9

Please sign in to comment.