Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgira23 committed Jul 26, 2017
1 parent 6ab7e9d commit daa82f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crazyflie/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class Logging extends EventEmitter {
* Required before getting any logging data!
*/

getTOC() {
getTOC(): Promise<TOC> {
return this.tocFetcher.start();
}

Expand Down
2 changes: 1 addition & 1 deletion src/crazyflie/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class Parameters extends EventEmitter {
* Required before getting any logging data!
*/

getTOC() {
getTOC(): Promise<TOC> {
return this.tocFetcher.start();
}

Expand Down

0 comments on commit daa82f2

Please sign in to comment.