Fix Codacy issue

This commit is contained in:
Nikolaj Olsson 2020-02-16 14:10:31 +01:00
parent 002551dc9c
commit dab09fda9f

View File

@ -169,6 +169,8 @@ namespace Nikse.SubtitleEdit.Core
sb.AppendLine(pre + l);
}
break;
default:
throw new ArgumentOutOfRangeException();
}
}
return sb.ToString().TrimEnd();