Skip to content

Commit 3f6cd57

Browse files
committed
Refactor file paths for Microsoft Graph integration code
1 parent 0041284 commit 3f6cd57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

microsoft/msgraphintegration/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/auth.go
1+
// microsoft/msgraphintegration/auth.go
22
package msgraphintegration
33

44
import (

microsoft/msgraphintegration/auth_oauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/auth_oauth.go
1+
// microsoft/msgraphintegration/auth_oauth.go
22
package msgraphintegration
33

44
import (

microsoft/msgraphintegration/builders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/builders.go
1+
// microsoft/msgraphintegration/builders.go
22
package msgraphintegration
33

44
import (

0 commit comments

Comments
 (0)