Skip to content

Commit

Permalink
Fixed issues raised by 'standard'
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Aug 20, 2018
1 parent 6d853a7 commit 17c65cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Native/Intl/DateTimeFormat.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ var _thetalecrafter$elm_intl$Native_Intl_DateTimeFormat = function () {
return 'long'
case _thetalecrafter$elm_intl$Intl_DateTimeFormat$OmitName:
default:
return
}
}

Expand All @@ -79,7 +78,6 @@ var _thetalecrafter$elm_intl$Native_Intl_DateTimeFormat = function () {
return '2-digit'
case _thetalecrafter$elm_intl$Intl_DateTimeFormat$OmitNumber:
default:
return
}
}

Expand Down Expand Up @@ -114,7 +112,6 @@ var _thetalecrafter$elm_intl$Native_Intl_DateTimeFormat = function () {
return '2-digit'
case _thetalecrafter$elm_intl$Intl_DateTimeFormat$OmitMonth:
default:
return
}
}

Expand All @@ -137,7 +134,6 @@ var _thetalecrafter$elm_intl$Native_Intl_DateTimeFormat = function () {
return 'long'
case _thetalecrafter$elm_intl$Intl_DateTimeFormat$OmitTimeZone:
default:
return
}
}

Expand Down

0 comments on commit 17c65cb

Please sign in to comment.