GOFMT: Name update.

This commit is contained in:
Danny Adams 2023-01-20 22:47:51 -05:00
parent e153c43811
commit 1b4d3c2b08

View File

@ -12,7 +12,7 @@ import (
// GetSitePages retrieves a collection of Pages related to the give Site. // GetSitePages retrieves a collection of Pages related to the give Site.
// Returns error if error experienced during the call // Returns error if error experienced during the call
func GetSitePage( func GetSitePages(
ctx context.Context, ctx context.Context,
serv graph.Servicer, serv graph.Servicer,
siteID string, siteID string,