Skip to content

Commit 00090da

Browse files
committed
Added missing bracket
1 parent 2f7edff commit 00090da

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

site/volumetric_clouds/main.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ To download the required libraries, we use a `deps.edn` file with the following
4343
generateme/fastmath {:mvn/version "3.0.0-alpha4"}
4444
comb/comb {:mvn/version "1.0.0"}
4545
}
46+
}
4647
```
4748

4849
We are going to import the following methods and namespaces:

src/volumetric_clouds/main.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
;; generateme/fastmath {:mvn/version "3.0.0-alpha4"}
4747
;; comb/comb {:mvn/version "1.0.0"}
4848
;; }
49+
;; }
4950
;; ```
5051
;;
5152
;; We are going to import the following methods and namespaces:

0 commit comments

Comments
 (0)