Skip to content

Commit

Permalink
MDL-55327 mod_lesson: Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 20, 2016
1 parent 2580428 commit 5a766a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/tests/locallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function test_duplicate_page() {
$course = $this->getDataGenerator()->create_course();
$lessonmodule = $this->getDataGenerator()->create_module('lesson', array('course' => $course->id));
// Convert to a lesson object.
$lesson = new lesson($lessonmodule);
$lesson = new lesson($lessonmodule);

// Set up a generator to create content.
$generator = $this->getDataGenerator()->get_plugin_generator('mod_lesson');
Expand Down

0 comments on commit 5a766a9

Please sign in to comment.