Remove spurious period

PiperOrigin-RevId: 251288885
This commit is contained in:
Michael Pratt
2019-06-03 12:48:24 -07:00
committed by Shentubot
parent 8e926e3f74
commit 955685845e
+1 -1
View File
@@ -432,7 +432,7 @@ func createMemoryFile() (*pgalloc.MemoryFile, error) {
return mf, nil
}
// Run runs the root container..
// Run runs the root container.
func (l *Loader) Run() error {
err := l.run()
l.ctrl.manager.startResultChan <- err