diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-12-11 09:49:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 16:58:04 +0000 |
commit | b7f14b23b3b8176891d9812ad456f0b55eabd1f8 (patch) | |
tree | 8180366eebaa900f0d6acbeb36bed8ccc815f4cb /t/app/model/problem.t | |
parent | 7212ba2f71522b7757410fee5ad43ba2f5e5076b (diff) |
Remove unnecessary shebang lines.
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 6f706a22a..4e4a098d7 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; |