Remove trailing whitespace

This commit is contained in:
Sarhan Aissi 2017-02-13 19:49:03 +01:00 committed by GitHub
parent 0b4c6222d6
commit fcf5eb7997

View File

@ -87,7 +87,7 @@ export default class FileHandler {
}); });
this.resetInput(); this.resetInput();
}; };
reader.readAsBinaryString(file); reader.readAsBinaryString(file);
} }