Skip to content

Commit

Permalink
Tidy: Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Sep 22, 2021
1 parent 140aa89 commit d2c3fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-ql-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ For example, an org-ql dynamic block header could look like:
(--when-let (org-element-property :scheduled element)
(ts-format ts-format (ts-parse-org-element it)))))
(cons 'closed (lambda (element)
(--when-let (org-element-property :closed element)
(ts-format ts-format (ts-parse-org-element it)))))
(--when-let (org-element-property :closed element)
(ts-format ts-format (ts-parse-org-element it)))))
(cons 'property (lambda (element property)
(org-element-property (intern (concat ":" (upcase property))) element)))))
(elements (org-ql-query :from (current-buffer)
Expand Down

0 comments on commit d2c3fb3

Please sign in to comment.