Skip to content

Commit 58fbb11

Browse files
committed
style: Remove extraneous newline
1 parent a281815 commit 58fbb11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/intro_to_modeling.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
;; Monte Carlo, variational, EM, and stochastic gradient
1818
;; techniques.
1919

20-
2120
;; - Supervised learning of conditional inference models (e.g. supervised
2221
;; classification and regression).
2322

src/gen/dynamic/choice_map.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
(when (contains? m k)
4444
(MapEntry/create k (auto-get-choice (get m k)))))
4545

46-
4746
clojure.lang.IFn
4847
(invoke [this k]
4948
(.valAt this k))

0 commit comments

Comments
 (0)