Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy committed Dec 31, 2012
1 parent c1a08aa commit bad5654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/flatland/jiraph/formats/protobuf.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
flatland.protobuf.PersistentProtocolBufferMap
flatland.protobuf.PersistentProtocolBufferMap$Def))

(defn- proto-format*
[proto]
(defn- proto-format* [proto]
(let [schema (-> (protobuf/codec-schema proto)
(schema/dissoc-fields :revisions))
codec (protobuf/protobuf-codec proto)
Expand Down

0 comments on commit bad5654

Please sign in to comment.