Skip to content

Commit

Permalink
tab to space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybahr committed Aug 20, 2018
1 parent eff0128 commit 5fb4917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ declare var CaptureError: {
CAPTURE_INVALID_ARGUMENT: number;
CAPTURE_NO_MEDIA_FILES: number;
CAPTURE_NOT_SUPPORTED: number;
CAPTURE_PERMISSION_DENIED: number;
CAPTURE_PERMISSION_DENIED: number;
}

/** Encapsulates audio capture configuration options. */
Expand Down

0 comments on commit 5fb4917

Please sign in to comment.