gluon-status-page: fix code indentation

This commit is contained in:
Matthias Schiffer 2018-04-15 10:00:40 +02:00
parent 994c94918a
commit 433af56f99
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -9,7 +9,7 @@
(function() { (function() {
var _ = JSON.parse(document.body.getAttribute('data-translations')); var _ = JSON.parse(document.body.getAttribute('data-translations'));
String.prototype.sprintf = function() { String.prototype.sprintf = function() {
var i = 0; var i = 0;
var args = arguments; var args = arguments;