Browse Source

Fix hard tab problem

blee-techempower 9 years ago
parent
commit
008d257cdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Go/falcore/src/framework_benchmarks/falcore.go

+ 1 - 1
frameworks/Go/falcore/src/framework_benchmarks/falcore.go

@@ -196,7 +196,7 @@ var queriesFilter = falcore.NewRequestFilter(func(req *falcore.Request) *http.Re
 
 
 		// In the case of nStr is number and its value is higher than 500, change n to 500
 		// In the case of nStr is number and its value is higher than 500, change n to 500
 		if n > 500 {
 		if n > 500 {
-      n = 500
+			n = 500
 		}
 		}
 
 
 		world := make([]World, n)
 		world := make([]World, n)