Fixed indentation

This commit is contained in:
wave-glsl 2020-08-14 18:57:46 -07:00 committed by GitHub
parent 4f005e86c2
commit 6a70d98453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,6 @@ app.controller('mainController', function ($scope, $http, wave) {
return;
}
function parseTextData(inputText) {
var x = inputText.split(/[\s,;\t\r\n]+/);