Skip to content

Commit 482fcd5

Browse files
committed
fix err No newline
1 parent 37d8d50 commit 482fcd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434
stage: check-yaml-format
3535
script:
3636
- python -c "from rt_thread_studio import bsp_checker;bsp_path = '.';checker = bsp_checker.BspChecker(bsp_path);checker.check();"
37-

libraries/audio/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CPPPATH = [cwd]
66

77
group = DefineGroup('Audio', src, depend = ['RT_USING_AUDIO'], CPPPATH = CPPPATH)
88

9-
Return('group')
9+
Return('group')

0 commit comments

Comments
 (0)