Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed May 30, 2019
1 parent dc856a9 commit 4ca705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func NewTAF(inputtext string) *TAFMessage {
position := 0
for key, value := range headermap {
if value != "" && key != "to" { // field "from" and "to" - it's one token (DDhh/DDhh), and they are mandatory.
count++
position++
}
}
endposition := t.findTrendsInMessage(tokens, position)
Expand Down

0 comments on commit 4ca705f

Please sign in to comment.