Fixed missing newlines at end of files. Issue #17.

This commit is contained in:
Daniel Thee Roperto
2016-09-09 11:45:20 +10:00
parent 6bb9320ef6
commit b1e001427b
3 changed files with 3 additions and 3 deletions

View File

@@ -134,4 +134,4 @@ class edit extends \moodleform {
'description' => ['text' => $outage->description, 'format' => '1']
]);
}
}
}

View File

@@ -150,4 +150,4 @@ class outage {
$str
);
}
}
}

View File

@@ -98,4 +98,4 @@ class outagelib {
}
}
}
}
}