Skip to content

Commit

Permalink
Dev: Remove empty line (PSR-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 5, 2020
1 parent 129330b commit cff540b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/backend/SaveEditedReponseTest.php
Expand Up @@ -92,5 +92,4 @@ public function testQuestionEditor()
$question = \Response::model(self::$surveyId)->findAllByAttributes([], 'id = :id', [':id' => $reponseID]);
$this->assertEquals('de', $question[0]->startlanguage);
}

}

0 comments on commit cff540b

Please sign in to comment.