Hardcode to double quotes, indent to 2 spaces (#5824)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
// @flow
|
||||
var C = function () {
|
||||
@@ -11,4 +11,4 @@ var C = function () {
|
||||
};
|
||||
|
||||
return C;
|
||||
}();
|
||||
}();
|
||||
@@ -1,4 +1,4 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
// @flow
|
||||
var C = function () {
|
||||
@@ -7,10 +7,10 @@ var C = function () {
|
||||
}
|
||||
|
||||
babelHelpers.createClass(C, [{
|
||||
key: 'm',
|
||||
key: "m",
|
||||
value: function m(x /*: number*/) /*: string*/ {
|
||||
return 'a';
|
||||
}
|
||||
}]);
|
||||
return C;
|
||||
}();
|
||||
}();
|
||||
Reference in New Issue
Block a user