Skip to content

Commit ee8144a

Browse files
committed
Fix missing semicolon;--author=Mark Haslinghuis <[email protected]>
1 parent c0cac39 commit ee8144a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/pid_tuning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TABS.pid_tuning.initialize = function (callback) {
4141
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
4242
}
4343
}).then(function() {
44-
return MSP.promise(MSPCodes.MSP_PIDNAMES);
44+
return MSP.promise(MSPCodes.MSP_PIDNAMES)
4545
}).then(function() {
4646
return MSP.promise(MSPCodes.MSP_PID);
4747
}).then(function() {

0 commit comments

Comments
 (0)