Variables start with uppercase in this language

This commit is contained in:
Carlos Martín Nieto
2013-01-21 12:45:11 +01:00
parent 345048301c
commit 285368566f
3 changed files with 13 additions and 7 deletions

View File

@@ -45,7 +45,8 @@ repository(Path) ->
case repository_open(Path) of
{ok, Handle} ->
repository:new(Handle);
other -> other
Other ->
Other
end.
odb_object_exists(_Val, _Val) ->