Skip to content

Commit 982e289

Browse files
committed
rm extra blank lines in specs
1 parent b2317a1 commit 982e289

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

spec/cc/engine/analyzers/javascript/main_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
describe "#run" do
1212
it "prints an issue" do
13-
1413
create_source_file("foo.js", <<-EOJS)
1514
console.log("hello JS!");
1615
console.log("hello JS!");

spec/cc/engine/analyzers/php/main_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
describe "#run" do
1212
it "prints an issue" do
13-
1413
create_source_file("foo.php", <<-EOPHP)
1514
<?php
1615
function hello($name) {

spec/cc/engine/analyzers/python/main_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
describe "#run" do
1212
it "prints an issue" do
13-
1413
create_source_file("foo.py", <<-EOJS)
1514
print("Hello", "python")
1615
print("Hello", "python")

0 commit comments

Comments
 (0)