Skip to content

Commit

Permalink
Fix OGTypeKind issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Dec 29, 2024
1 parent 918f5a0 commit b833933
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sources/OpenGraphShims/GraphShims.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//
// GraphShims.swift
// OpenGraphShims

#if OPENGRAPH_ATTRIBUTEGRAPH
@_exported public import AttributeGraph
Expand All @@ -21,7 +22,6 @@ public typealias OGSubgraph = AGSubgraph
public typealias OGSwiftMetadata = AGSwiftMetadata
public typealias OGTupleType = AGTupleType
public typealias OGTypeApplyOptions = AGTypeApplyOptions
public typealias OGTypeKind = AGTypeKind
public typealias OGUniqueID = AGUniqueID
public typealias OGValue = AGValue
public typealias OGValueOptions = AGValueOptions
Expand Down
1 change: 1 addition & 0 deletions Sources/OpenGraphShims/Metadata+Debug.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//
// Metadata+Debug.swift
// OpenGraphShims

import Foundation

Expand Down
1 change: 0 additions & 1 deletion Tests/OpenGraphCompatibilityTests/GraphShims.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public typealias OGSubgraph = AGSubgraph
public typealias OGSwiftMetadata = AGSwiftMetadata
public typealias OGTupleType = AGTupleType
public typealias OGTypeApplyOptions = AGTypeApplyOptions
public typealias OGTypeKind = AGTypeKind
public typealias OGUniqueID = AGUniqueID
public typealias OGValue = AGValue
public typealias OGValueOptions = AGValueOptions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//
// CompareValuesTests.swift
//
//
//
// OpenGraphCompatibilityTests

import Testing

Expand Down

0 comments on commit b833933

Please sign in to comment.