Remove trailing spaces.

This commit is contained in:
Michael Teeuw 2017-10-18 12:01:06 +02:00 committed by GitHub
parent 79a662fb93
commit c75662e720

View File

@ -92,7 +92,7 @@ var Module = Class.extend({
if (err) { if (err) {
Log.error(err) Log.error(err)
} }
// The inner content of the div will be set after the template is received. // The inner content of the div will be set after the template is received.
// This isn't the most optimal way, but since it's near instant // This isn't the most optimal way, but since it's near instant
// it probably won't be an issue. // it probably won't be an issue.