Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
22ef650a
Commit
22ef650a
authored
Sep 12, 2018
by
Zach Perkins
Browse files
Fixed spacing
parent
1e7e20c9
Pipeline
#2883
passed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schedules_api/db/patriot_web_parser.rb
View file @
22ef650a
...
...
@@ -117,7 +117,7 @@ module PatriotWeb
data
[
:end_date
]
=
dates
[
1
]
data
[
:type
]
=
details
[
5
].
text
# Get rid of extra spaces and parentheses at the end of prof. names
data
[
:instructor
]
=
details
[
6
].
text
.
gsub
(
/ *\(.*\).*/
,
""
).
gsub
(
/ +/
,
" "
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment