Add no trailing whitespace and force eol at end of file. (#3154)
This commit is contained in:
committed by
Florent Vilmart
parent
7292fa7f11
commit
11f7712651
@@ -20,7 +20,7 @@ export default class HTTPResponse {
|
||||
} else if (!_text && _data) {
|
||||
_text = JSON.stringify(_data);
|
||||
}
|
||||
return _text;
|
||||
return _text;
|
||||
}
|
||||
|
||||
let getData = () => {
|
||||
|
||||
Reference in New Issue
Block a user