Skip to content

Commit 803c6bf

Browse files
committed
fix yaml syntax errors
1 parent 2101c2e commit 803c6bf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

data/building-hours/4-3-rølvaag-library.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ image: rolvaag-library
33
category: Libraries
44
schedule:
55
- title: Hours
6-
hours:
7-
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '5:00pm'}
8-
- {days: [Fr], from: '7:30am', to: '1:00pm'}
6+
hours:
7+
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '5:00pm'}
8+
- {days: [Fr], from: '7:30am', to: '1:00pm'}
99

1010
# - title: Hours
1111
# hours:

data/building-hours/8-cad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category: Academia
33
image: center-for-arts-and-dance
44

55
schedule:
6-
- title: Hours
6+
- title: Hours
77
hours:
88
- {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '8:00pm'}
99

data/building-hours/8-rns.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ image: regents-hall
55

66
schedule:
77
- title: Hours
8-
hours:
9-
- {days: [Mo, Tu, We, Th], from: '7:00am', to: '10:00pm'}
10-
- {days: [Fr], from: '7:00am', to: '8:00pm'}
11-
- {days: [Sa, Su], from: '9:00am', to: '8:00pm'}
8+
hours:
9+
- {days: [Mo, Tu, We, Th], from: '7:00am', to: '10:00pm'}
10+
- {days: [Fr], from: '7:00am', to: '8:00pm'}
11+
- {days: [Sa, Su], from: '9:00am', to: '8:00pm'}
1212

1313
# - title: Hours
1414
# hours:

0 commit comments

Comments
 (0)