mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
core: replace all use of interface{} with any (#848)
This commit is contained in:
@@ -307,7 +307,7 @@ func (c *CUPSClient) PrintTestPage(printer string, testPageData io.Reader, size
|
||||
Name: "Test Page",
|
||||
Size: size,
|
||||
MimeType: MimeTypePDF,
|
||||
}, printer, map[string]interface{}{
|
||||
}, printer, map[string]any{
|
||||
AttributeJobName: "Test Page",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user