Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
adding new line to EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrozyn committed May 10, 2019
1 parent dc82a71 commit 1e2d67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meteor/client/greeting.js
Expand Up @@ -14,4 +14,4 @@ if ( Meteor.isClient ) {
Session.set( 'displayMessage', 'Welcome to mozdef.' )
}
} );
};
};
2 changes: 1 addition & 1 deletion meteor/client/loading.html
@@ -1,3 +1,3 @@
<template name='loading'>
loading...
</template>
</template>

0 comments on commit 1e2d67d

Please sign in to comment.