1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/test/empty_block_test.go

12 lines
167 B
Go

package test_test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestEmptyBlock(t *testing.T) {
testRule(t, "empty_block", &rule.EmptyBlockRule{})
}