mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix style
This commit is contained in:
parent
16f68871da
commit
412480a2d2
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ angular.module('zeppelinWebApp')
|
|||
scope = paragraphScope;
|
||||
registry = angularObjectRegistry;
|
||||
} else {
|
||||
var app = _.find($scope.apps, { id: data.paragraphId})
|
||||
var app = _.find($scope.apps, { id: data.paragraphId});
|
||||
if (app) {
|
||||
scope = getAppScope(app);
|
||||
registry = getAppRegistry(app);
|
||||
|
|
@ -251,7 +251,7 @@ angular.module('zeppelinWebApp')
|
|||
scope = paragraphScope;
|
||||
registry = angularObjectRegistry;
|
||||
} else {
|
||||
var app = _.find($scope.apps, { id: data.paragraphId})
|
||||
var app = _.find($scope.apps, { id: data.paragraphId});
|
||||
if (app) {
|
||||
scope = getAppScope(app);
|
||||
registry = getAppRegistry(app);
|
||||
|
|
|
|||
Loading…
Reference in a new issue