Skip to content

Commit 4b19fb0

Browse files
committed
fix indent
1 parent 8c77f76 commit 4b19fb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -843,11 +843,11 @@ function ParagraphCtrl ($scope, $rootScope, $route, $window, $routeParams, $loca
843843
websocketMsgSrv.getEditorSetting(paragraph.id, interpreterName)
844844
$timeout(
845845
$scope.$on('editorSetting', function (event, data) {
846-
if (paragraph.id === data.paragraphId) {
847-
deferred.resolve(data)
848-
}
846+
if (paragraph.id === data.paragraphId) {
847+
deferred.resolve(data)
849848
}
850-
), 1000)
849+
}
850+
), 1000)
851851
}
852852
return deferred.promise
853853
}

0 commit comments

Comments
 (0)