From 147bbc8b5a921850c680fcdd3398b75b09e7f46a Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 22 Dec 2016 23:27:18 -0500 Subject: [PATCH] Fixing commit history --- pcp/proactiveclusterwidecappers.go | 3 ++- utilities/utils.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pcp/proactiveclusterwidecappers.go b/pcp/proactiveclusterwidecappers.go index fe94022..599e1f8 100644 --- a/pcp/proactiveclusterwidecappers.go +++ b/pcp/proactiveclusterwidecappers.go @@ -1,6 +1,7 @@ /* Cluster wide dynamic capping -this is not a scheduler but a scheduling scheme that schedulers can use. + +This is not a scheduler but a scheduling scheme that schedulers can use. */ package pcp diff --git a/utilities/utils.go b/utilities/utils.go index cfe9785..4c4444e 100644 --- a/utilities/utils.go +++ b/utilities/utils.go @@ -7,7 +7,7 @@ The Pair and PairList have been taken from google groups forum, https://groups.google.com/forum/#!topic/golang-nuts/FT7cjmcL7gw */ -// Utility struct that helps in sorting a map[string]float64 by value. +// Utility struct that helps in sorting map[string]float64 by value. type Pair struct { Key string Value float64