8460: Refactor session logic (subscription protocol) out of handler (queueing and...
[arvados.git] / services / ws / pg.go
index 8d5c6040889f67dacde2e43f5e740f06d61f9b2b..e766f6c6b966b7a666fb9b53ffe9424b7f6dda3a 100644 (file)
@@ -28,7 +28,7 @@ func (c pgConfig) ConnectionString() string {
 
 type pgEventSource struct {
        DataSource string
-       QueueSize int
+       QueueSize  int
 
        pqListener *pq.Listener
        sinks      map[*pgEventSink]bool