mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fixed the style
This commit is contained in:
parent
1ffbe008a1
commit
5e3ac051ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1765,7 +1765,7 @@ public class NotebookServer extends WebSocketServlet
|
|||
p.settings.setParams(params);
|
||||
p.setConfig(config);
|
||||
|
||||
if(note.isPersonalizedMode()) {
|
||||
if (note.isPersonalizedMode()) {
|
||||
p = note.getParagraph(paragraphId);
|
||||
p.setText(text);
|
||||
p.setTitle(title);
|
||||
|
|
|
|||
Loading…
Reference in a new issue