mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:57:59 +01:00
whitespace formatting fixes
This commit is contained in:
@@ -4,7 +4,7 @@ var assert = mozlab.mozunit.assertions;
|
||||
var tc = new TestCase('testcase description here');
|
||||
|
||||
tc.tests = {
|
||||
'First test is successful': function() {
|
||||
'First test is successful': function () {
|
||||
var vimperator = new Vimperator();
|
||||
assert.isDefined(vimperator);
|
||||
assert.isTrue(true);
|
||||
|
||||
Reference in New Issue
Block a user