gluon-status-page: fix code indentation

This commit is contained in:
Matthias Schiffer 2018-04-15 10:00:40 +02:00 committed by Jan-Tarek Butt
parent bcebbdfadd
commit b9766087e0

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;