Skip to content

Commit b9402a2

Browse files
committed
Modified indentation.
1 parent b5fa575 commit b9402a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Library Information
66
- Name :: Array
7-
- Version :: 1.1.0
7+
- Version :: 1.1.1
88
- License :: BSD
99
- URL :: https://github.com/janelia-arduino/Array
1010
- Author :: Peter Polidoro

examples/AdvancedArrayTester/AdvancedArrayTester.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const long BAUD = 115200;
77
const unsigned int MAX_SIZE = 10;
88

9-
Array<int, MAX_SIZE> array;
9+
Array<int,MAX_SIZE> array;
1010

1111
void setup()
1212
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Array
2-
version=1.1.0
2+
version=1.1.1
33
author=Peter Polidoro <peterpolidoro@gmail.com>
44
maintainer=Peter Polidoro <peterpolidoro@gmail.com>
55
sentence=An array container similar to the C++ std::array

0 commit comments

Comments
 (0)