Add trailing newlines to example code
This commit is contained in:
@@ -4,4 +4,4 @@ function Song() {
|
||||
Song.prototype.persistFavoriteStatus = function(value) {
|
||||
// something complicated
|
||||
throw new Error("not yet implemented");
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user