Skip to content

Commit 5370c15

Browse files
committed
Fix comments
1 parent 5ff6d01 commit 5370c15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

impostman.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
(require 'subr-x)
3737

38-
;; outputs
38+
;; customization
3939

4040
(defgroup impostman nil
4141
"Import Postman collections."
@@ -267,7 +267,7 @@ NAME is the collection name."
267267
(when (fboundp 'restclient-mode)
268268
(restclient-mode)))
269269

270-
;; build of headers and query-string
270+
;; Postman collection parser
271271

272272
(defun impostman--build-auth-headers (auth)
273273
"Return an alist with headers, based on the `auth' JSON item.
@@ -356,8 +356,6 @@ AUTH is a hash table."
356356
(push (cons apikey-key apikey-value) query-string-items))))))
357357
(nreverse query-string-items)))
358358

359-
;; JSON parser
360-
361359
(defun impostman--parse-item (items level output-alist)
362360
"Parse a Postman collection item.
363361

0 commit comments

Comments
 (0)