Skip to content

Commit

Permalink
Make all initargs to gh-repos-repo keyword symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed Jun 19, 2016
1 parent df4a679 commit fe5cf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gh-repos.el
Expand Up @@ -70,13 +70,13 @@
(mirror-url :initarg :mirror-url)
(owner :initarg :owner :initform nil)
(id :initarg :id)
(full-name :initarg full-name)
(full-name :initarg :full-name)
(language :initarg :language)
(fork :initarg :fork)
(forks :initarg :forks)
(forks-count :initarg forks-count)
(forks-count :initarg :forks-count)
(watchers :initarg :watchers)
(watchers-count :initarg watchers-count)
(watchers-count :initarg :watchers-count)
(stargazers-count :initarg :stargazers-count)
(size :initarg :size)
(master-branch :initarg :master-branch)
Expand Down

0 comments on commit fe5cf0a

Please sign in to comment.