Fix cosmetics for fail!() calls

This commit is contained in:
Marvin Löbel
2013-05-09 13:52:07 +02:00
committed by Björn Steinbrink
parent bdc182cc41
commit 04de8f852c
21 changed files with 47 additions and 63 deletions

View File

@@ -430,8 +430,7 @@ priv impl CodeMap {
}
}
if (a >= len) {
fail!("position %u does not resolve to a source location",
pos.to_uint())
fail!("position %u does not resolve to a source location", pos.to_uint())
}
return a;