Skip to content

Commit fceaec1

Browse files
authored
Merge pull request #145 from austin-hilberg/master
Fix indentation.
2 parents ca427b9 + 88bd385 commit fceaec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-parts/queries/11-Universal-Sets_lang1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dj.U('home_city', 'home_state') & university.Student
1010
1111
% Total number of students from each city
12-
aggr(dj.U('home_city', 'home_state'), university.Student, 'count(*)->n')
12+
aggr(dj.U('home_city', 'home_state'), university.Student, 'count(*)->n')
1313
1414
% Total number of students from each state
1515
aggr(U('home_state'), university.Student, 'count(*)->n')
1616
1717
% Total number of students in the database
18-
aggr(U(), university.Student, 'count(*)->n')
18+
aggr(U(), university.Student, 'count(*)->n')

0 commit comments

Comments
 (0)