diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:20:05 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:20:05 +0200 |
commit | 97f8f5ad45a8dfbde27f555eafec5d8318ad67b2 (patch) | |
tree | a81faa56305eba7d3900257b971d9eafac0dbd89 /tests/test-util.js | |
parent | 95c260d3edeeb85194193bfcbd1e991e4dadadbc (diff) | |
download | bugzilla-triage-97f8f5ad45a8dfbde27f555eafec5d8318ad67b2.tar.gz |
Really Eclipseize formatting.
Diffstat (limited to 'tests/test-util.js')
-rw-r--r-- | tests/test-util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-util.js b/tests/test-util.js index 7ab6280..126436e 100644 --- a/tests/test-util.js +++ b/tests/test-util.js @@ -1,5 +1,5 @@ -/*global exports: false, require: false */ -/*jslint plusplus: false */ +/* global exports: false, require: false */ +/* jslint plusplus: false */ // TODO: add some failing tests as well "use strict"; var util = require("util"); |