13 lines
165 B
Go

package assert
const formatOneParameter = `
 %s
󰅙 assert.%s
󰯬 %v`
const formatTwoParameters = `
 %s
󰅙 assert.%s
󰯬 %v
󰯯 %v`