Fix indentation

This commit is contained in:
Jorik Schellekens
2020-04-28 14:31:49 +01:00
parent fe326b9f08
commit 1289367a6b
+1 -1
View File
@@ -16,5 +16,5 @@ limitations under the License.
// converts a pixel value to rem.
export function toRem(pixelVal) {
return pixelVal / 15 + "rem";
return pixelVal / 15 + "rem";
}