mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-18 20:14:48 +00:00
Run Make fmt
This commit is contained in:
@@ -160,7 +160,6 @@ type daemonArgs struct {
|
|||||||
|
|
||||||
// initLogging setup the global logrus logger.
|
// initLogging setup the global logrus logger.
|
||||||
func initLogging(cfg *config.Config) {
|
func initLogging(cfg *config.Config) {
|
||||||
|
|
||||||
callPrettyfier := func(f *runtime.Frame) (string, string) {
|
callPrettyfier := func(f *runtime.Frame) (string, string) {
|
||||||
// get function name
|
// get function name
|
||||||
s := strings.Split(f.Function, ".")
|
s := strings.Split(f.Function, ".")
|
||||||
|
|||||||
Reference in New Issue
Block a user