Skip to content

Commit 4a15617

Browse files
committed
move slice to expressions
1 parent 11827dc commit 4a15617

File tree

1 file changed

+1
-1
lines changed
  • libraries/src/AWS.Lambda.Powertools.JMESPath/Expressions

1 file changed

+1
-1
lines changed

libraries/src/AWS.Lambda.Powertools.JMESPath/Slice.cs renamed to libraries/src/AWS.Lambda.Powertools.JMESPath/Expressions/Slice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
namespace AWS.Lambda.Powertools.JMESPath
16+
namespace AWS.Lambda.Powertools.JMESPath.Expressions
1717
{
1818
/// <summary>
1919
/// A slice of a list or string.

0 commit comments

Comments
 (0)