Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Problem: trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Dec 4, 2015
1 parent 1206709 commit e9ee5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quantum/translator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Quantum.Translator do
@moduledoc false

@days ["sun", "mon", "tue", "wed", "thu", "fri", "sat"]
@months ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"]
@months ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"]

# Replaces all occurrences of abbreviated day and month names by their index
def translate(s) do
Expand Down

0 comments on commit e9ee5f5

Please sign in to comment.