Skip to content

Commit 36ac8a4

Browse files
author
Andrew Johnson
committed
space after comma
1 parent 4e178aa commit 36ac8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_distributions/binormal.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
transformed data {
22
matrix[2,2] Sigma = [[1, 0.1],
33
[0.1, 1]];
4-
vector[2] mu = [0,0]';
4+
vector[2] mu = [0, 0]';
55
}
66
parameters {
77
vector[2] y;

0 commit comments

Comments
 (0)