Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Nov 21, 2015
1 parent ae5b358 commit 02dd2f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma/karma.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ declare module 'karma' {
interface ServerCallback {
(exitCode: number): void;
}
interface Config {

interface Config {
set: (config: ConfigOptions) => void;
LOG_DISABLE: string;
LOG_ERROR: string;
LOG_WARN: string;
LOG_INFO: string;
LOG_DEBUG: string;
}

interface ConfigFile {
configFile: string;
}
Expand Down

0 comments on commit 02dd2f3

Please sign in to comment.