formatted the code

This commit is contained in:
Pradyumna Kaushik 2016-11-14 22:53:06 -05:00 committed by Renan DelValle
parent 4d13c432c4
commit b7394b8762
2 changed files with 397 additions and 396 deletions

View file

@ -36,6 +36,7 @@ func newClusterwideCapper() *clusterwideCapper {
// Singleton instance of clusterwideCapper
var singleton_capper *clusterwideCapper
// Retrieve the singleton instance of clusterwideCapper.
func getClusterwideCapperInstance() *clusterwideCapper {
if singleton_capper == nil {

View file

@ -1,8 +1,8 @@
package schedulers
import (
"bitbucket.org/sunybingcloud/electron/def"
"bitbucket.org/sunybingcloud/electron/constants"
"bitbucket.org/sunybingcloud/electron/def"
"bitbucket.org/sunybingcloud/electron/rapl"
"fmt"
"github.com/golang/protobuf/proto"