Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 140829b

Browse files
Splaktarjelbourn
authored andcommitted
docs(codepen): fix missing line break in Copyright (#11367)
1 parent 97455f5 commit 140829b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/js/codepen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
return content + '\n\n'+
134134
commentStart + '\n'+
135135
'Copyright 2018 Google Inc. All Rights Reserved. \n'+
136-
'Use of this source code is governed by an MIT-style license that can be found'+
136+
'Use of this source code is governed by an MIT-style license that can be found\n'+
137137
'in the LICENSE file at http://material.angularjs.org/HEAD/license.\n'+
138138
commentEnd;
139139
}

0 commit comments

Comments
 (0)