cue fmt and package name fix

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-12-16 13:14:53 -07:00
parent 8ce33f63e4
commit a7e285e787
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package engine
// A network service address
#Address: string & =~"^(tcp://|unix://|udp://).*"
#Address: string & =~"^(tcp://|unix://|udp://).*"

View File

@ -1,4 +1,4 @@
package dagger
package engine
import (
"alpha.dagger.io/europa/dagger/engine/spec/engine"