mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
meta-oe: fix no newline at end of file
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
fb71368dfa
commit
f3cfd1b833
@@ -1,2 +1,2 @@
|
||||
var o3 = require('./o3.js')
|
||||
module.exports = o3.xml;
|
||||
module.exports = o3.xml;
|
||||
|
||||
Reference in New Issue
Block a user