[ARVADOS] updated: 1.2.0-19-gfffdb47c0

Git user git at public.curoverse.com
Wed Sep 5 15:45:00 EDT 2018


Summary of changes:
 services/crunch-dispatch-slurm/slurm.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  fffdb47c07df61fe3b1b5a698d2a745e49f0fa68 (commit)
      from  10c1e7359286edd6562c52304e9706449a9ee53f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fffdb47c07df61fe3b1b5a698d2a745e49f0fa68
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Sep 5 15:44:46 2018 -0400

    Fix gofmt in slurm.go refs #14110
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/crunch-dispatch-slurm/slurm.go b/services/crunch-dispatch-slurm/slurm.go
index 782be7d8c..791f294df 100644
--- a/services/crunch-dispatch-slurm/slurm.go
+++ b/services/crunch-dispatch-slurm/slurm.go
@@ -20,13 +20,13 @@ type Slurm interface {
 	Renice(name string, nice int64) error
 }
 
-type slurmCLI struct{
+type slurmCLI struct {
 	runSemaphore chan bool
 }
 
 func NewSlurmCLI() *slurmCLI {
 	return &slurmCLI{
-	       runSemaphore: make(chan bool, 3),
+		runSemaphore: make(chan bool, 3),
 	}
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list