Cosmetic change

This commit is contained in:
Takafumi Arakaki 2012-05-18 03:04:44 +02:00
parent 49545be8bd
commit f76eec5a7e

View file

@ -209,7 +209,6 @@ the time of execution."
;;; Cell indexing, retrieval, etc. ;;; Cell indexing, retrieval, etc.
(defun ein:notebook-cell-from-json (notebook data &rest args) (defun ein:notebook-cell-from-json (notebook data &rest args)
(apply #'ein:cell-from-json (apply #'ein:cell-from-json
data :ewoc (ein:$notebook-ewoc notebook) args)) data :ewoc (ein:$notebook-ewoc notebook) args))