Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -132,4 +132,4 @@ class ImportControllerTest extends TestCase
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
}
}

View File

@@ -302,4 +302,4 @@ class PiggyBankControllerTest extends TestCase
}
}
}

View File

@@ -163,4 +163,4 @@ class PreferencesControllerTest extends TestCase
}
}
}

View File

@@ -374,4 +374,4 @@ class RuleControllerTest extends TestCase
}
}
}

View File

@@ -317,4 +317,4 @@ class RuleGroupControllerTest extends TestCase
}
}
}

View File

@@ -276,4 +276,4 @@ class TagControllerTest extends TestCase
$response->assertStatus(200);
}
}
}