Skip to content

Commit

Permalink
don't need a template for openStore
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Jan 7, 2020
1 parent 8f37f87 commit 39abf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/idstore/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ struct IDStore {
database = createConnection(url);
}
}
IDStore openStore(T...)(T args) {
return IDStore(args);
IDStore openStore(string path) {
return IDStore(path);
}
unittest {
import std.file : remove, exists;
Expand Down

0 comments on commit 39abf33

Please sign in to comment.