Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /