refactor: ran vfmt with new defaults

feat(docker): started work on new implementation
This commit is contained in:
Jef Roosens 2022-05-13 21:28:24 +02:00
parent 1caccceda2
commit 341c94669c
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
26 changed files with 225 additions and 167 deletions

View file

@ -8,7 +8,7 @@ struct VieterDb {
// init initializes a database & adds the correct tables.
pub fn init(db_path string) ?VieterDb {
conn := sqlite.connect(db_path) ?
conn := sqlite.connect(db_path)?
sql conn {
create table GitRepo