Skip to content

Commit

Permalink
minor: don't add comment automatically "post by default"
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Sep 10, 2016
1 parent 40dacb3 commit 13146fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/main/scala/co/uproot/abandon/Process.scala
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ object Processor {
val fullDefaultAccount = transformAlias(AccountName(defaultAccount.split(":")))
val delta = -txTotal
txTotal += delta
detailedPosts :+= DetailedPost(fullDefaultAccount, delta, Some("post by default"))
detailedPosts :+= DetailedPost(fullDefaultAccount, delta, None)
}
case None =>
}
Expand Down

0 comments on commit 13146fb

Please sign in to comment.