Skip to content

Commit 0a7aa5e

Browse files
author
Kiryl Kul
committed
removed binary + formatting
1 parent d392e27 commit 0a7aa5e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

agent/api/task/task_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const (
5959
// getSupplementaryGroups returns the supplementary groups for a container
6060
// if it has EBS Task Attach volumes mounted
6161
func (task *Task) getSupplementaryGroups(container *apicontainer.Container) []string {
62-
62+
6363
if !task.IsEBSTaskAttachEnabled() {
6464
return nil
6565
}
Binary file not shown.

0 commit comments

Comments
 (0)